home *** CD-ROM | disk | FTP | other *** search
/ Holt Researcher: American History / Holt Researcher: American History.iso / pc / modules / dbtext.dxr / 00031.ls < prev    next >
Encoding:
Text File  |  2000-01-18  |  178 b   |  14 lines

  1. on keyDown
  2.   EvalKeyPressed()
  3. end
  4.  
  5. on idle
  6.   global gDBTextVarList
  7.   MyObj = getaProp(gDBTextVarList, GetObjProp())
  8.   doRolloverText(MyObj)
  9. end
  10.  
  11. on exitFrame
  12.   go(the frame)
  13. end
  14.